.swiper-container img {
    width: 100%;
  }
  .swiper-wrapper {
    height: auto;
  }
  .swiper-container {
    width: 100%;
    /* height: 100%; */
  }

  .swiper-slide {
    width: 100%;
    text-align: center;
    font-size: 18px;
    background: #f4f4f4;
    padding-bottom: 10px;
    /* Center slide text vertically */
    /* display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; */
    display: table;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  /* auto */
  .swiper-container .left {
    width: 62%; display: table-cell; vertical-align: top; height: 302px; overflow: hidden;
    background-size: cover; background-position: center;
  }
  .swiper-container .right {
    width: 38%; display: table-cell; vertical-align: top; padding: 0 15px; text-align: left;
  }
  @media (max-width: 750px) {
    .swiper-container .left {
      width: 100%;
      display: block
    }
    .swiper-container .right {
      width: 100%;
      display: block;
    }

  }
  .swiper-container .right h2 {
    font-size: 18px;
    letter-spacing: 0;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;  /*要显示的行数*/
    -webkit-box-orient: vertical;
    line-height: 1.6;
    font-weight: bold;
  }
  .swiper-container .right p {
    font-size: 14px;
    letter-spacing: 0;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;  /*要显示的行数*/
    -webkit-box-orient: vertical;
    line-height: 1.5;
    color: #444;
  }
  .swiper-container .right a {
    display: block;  height: 40px; background: #d32f2f; line-height: 40px; text-align: center; color: #fff; font-size: 12px; text-decoration: none; margin: auto;
  }
.msglist {
    padding: 15px 0 15px 15px;
    height: 312px;/*322px;*/
    padding-left: 0;
    background: #f4f4f4
}

.msglist li {
	padding: 8px 18px 8px 30px;
	line-height: 1;
	font-size: 14px;
	overflow: hidden;
    white-space: pre;
    position: relative;
}
.msglist li:after {
    content: '.';
    position: absolute;
    left: 14px; top: 5px;
}

.msglist li a {
	/* color: #FFF */
}

.msglist li span {
	margin-right: 10px;
	color: #999
}

.msglist li a:hover {
	color: #666
}
.askMessage h3 {
    font-size: 30px;
}
.askMessage h3 span {
    font-size: 18px;
    color: #ccc; padding-left: 10px;
}
.askMessage {
    padding: 35px 0 0;
}
.media-time {
	font-size: 12px !important;
	color: #888;
	margin-top: 23px
}
.con_offdate{
    display: block;
    margin-left: 63px;
}
.zp-s-list{
    padding-left: 10px;
    padding-right: 10px;
}
/* 业界咨询 */
.content-news {
    padding-top: 50px;
}
.content-news .newslist {
    /* padding-top: 30px; */
}
.content-news .newslist li{
    position: relative;
    text-align: left;
    line-height: 2.2;
    color: #666;
    padding-left: 30px;
/*    padding-right: 100px;*/
    font-size: 15px;
}
.content-news .newslist li p, .msglist li p{
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  padding-right: 20px;
}
.content-news .newslist li span{
    position: absolute;
    right: 30px;
    color: #999;
    top: 5px;
    font-size: 12px;
}
.cloudClass {
  padding-bottom: 20px;
  padding-top: 40px;
}
.cloudClass h2{
  text-align: center;
  font-family: "微软雅黑";
  line-height: 3;
  padding-top: 30px;
}
.cloudClass img {
  width: auto;
  height: 200px;
  overflow: hidden;
  display: block;
  margin: auto;
}
.cloudClass li span{
  display: block;
  padding-top: 10px;
  color: #333;
}
.cloudClass li h4{
  font-weight: bold;
  font-size: 16px;
  line-height: 2.2;
}
.cloudClass li p{
  font-size: 12px;
  line-height: 1.8;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
/* 杂志增订 */
.newMagazine {
  /* padding-top: 15px; */
}
.newMagazine img{
  width: 100%;
}
.newMagazine li {
  /* padding: 3px; */
  margin-bottom: 20px;
}
.topLine {
  background: #f8f8f8; text-align: left;
}
.topLine .swiper-slide {
  background: #fafafa;
}
.topLine h5 {
  font-weight: bold; line-height: 2; text-align: left; padding-left: 10px;
}
.topLine img {
  width: auto; height: 150px;
}
.topLine p {
  line-height: 1.8; text-indent: 2em; font-size: 12px; text-align: left; padding: 0 10px; display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.content-news .swiper-container {
  width: 33.3%;
  border: 1px solid #eee;
}
@media (max-width: 750px) {
  .content-news .swiper-container {
    width: 100%;
  }
}
.magazineLeft {background: rgba(80, 80, 80, .8); width: 30%;}
.magazineCenter { width: 42%;}
.magazineLeft h4 {color: #fff; font-size: 20px; font-weight: bold; padding: 5px 0;}
.magazineLeft h4 span {color: #999; font-size: medium;}
.magazineLeft ul {display: box;              /* OLD - Android 4.4- */
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  justify-content: space-between;
  padding: 15px 0 5px;}
.magazineLeft ul li {
  width: 30%;               /* For old syntax, otherwise collapses. */
  text-align: center;
  background: #cccccc;
  cursor: pointer;
  color: #fff;
}
.magazineLeft img, .magazineCenter img {
  width:100%; border:solid 1px #999; background-size: cover;
}
.magazineLeft img {
  width: 90%; display: block; margin: auto;
}
.magazineLeft ul li.activeBg {
  background: #a50a0a;
}
.magazineCenter {
  padding: 0 40px;
}
.magazineCenter li{
  margin-bottom: 6px;
}

.magazineCenter img {
  margin-bottom: 9px;
  max-height:214px;
}
.magazineRight {width: 28%; padding: 30px;}
@media screen and (max-width: 750px) {
  .magazineRight, .magazineCenter, .magazineLeft {
    width: 100%;
  }
}
